; This file contains all the configurations for the games regrouped by sections.
; @see https://aduros.com/flambe/api/types/flambe/util/Config.html
	
; Notes:
; - Every manifest needs to be in assets/ and parsed at with Flambe Wafl compiler

[levels_config]
totalLevels = 1
loadableLevels = 1
unlockedLevels = 1
levelOrder = newLevel

[levels_list]
; List of levels and path to JSON data
; Path is manifestName/level_file.json/(0 or 1 if loadable)
newLevel = newLevel/level.json/1
